QuickOPC User's Guide and Reference
TypedVtq Property (DAItemVtqArguments<T>)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.DataAccess.Generic Namespace > DAItemVtqArguments<T> Class : TypedVtq Property
Gets or sets a DAVtq<TValue> (value, timestamp and quality) that is an argument to the operation.
Syntax
'Declaration
 
<NotNullAttribute()>
Public Property TypedVtq As DAVtq(Of T)
'Usage
 
Dim instance As DAItemVtqArguments(Of T)
Dim value As DAVtq(Of T)
 
instance.TypedVtq = value
 
value = instance.TypedVtq
[NotNull()]
public DAVtq<T> TypedVtq {get; set;}
[NotNull()]
public:
property DAVtq<T^>^ TypedVtq {
   DAVtq<T^>^ get();
   void set (    DAVtq<T^>^ value);
}
Remarks
The property has a different name from the base class in order to satisfy StreamInsight serialization limitations.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also